home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / System7 tools / AppleScript / Finder Scripting Toolkit 1.0 / fwin coercion osax / fwinosax.r < prev    next >
Encoding:
Text File  |  1993-07-20  |  756 b   |  41 lines  |  [TEXT/MPS ]

  1. /*
  2.  
  3.         F W I N   C O E R C I O N   O S A X
  4.         
  5.         Version 1.0
  6.         Freeware by Daniel Ranson
  7.         
  8.         This osax performs coercions to the FinderWindow (fwin) record
  9.         type used by Finder events.
  10.         
  11.         There are actually three osax. This Rez file groups them in
  12.         an osax file.
  13.  
  14. */
  15.  
  16. #include "SysTypes.r"
  17.  
  18. include "alis2fwin.o" 'osax' (128) as 'osax' (128, "CSPTalisfwin", sysheap);
  19. include "long2fwin.o" 'osax' (129) as 'osax' (129, "CSPTlongfwin", sysheap);
  20. include "list2fwin.o" 'osax' (130) as 'osax' (130, "CSDSlistfwin", sysheap);
  21.  
  22. resource 'vers' (1, purgeable) {
  23.     0x1,
  24.     0x0,
  25.     release,
  26.     0x0,
  27.     verUS,
  28.     "1.0",
  29.     "v1.0. Freeware by Daniel Ranson."
  30. };
  31.  
  32. resource 'vers' (2, purgeable) {
  33.     0x1,
  34.     0x0,
  35.     release,
  36.     0x0,
  37.     verUS,
  38.     "1.0",
  39.     "Finder Scripting Toolkit v1.0"
  40. };
  41.